home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / nosinst.zip / AUTOEXEC.NOS < prev    next >
Text File  |  1993-12-13  |  4KB  |  157 lines

  1. #
  2. # Autoexec.nos file for use with JNOS
  3. # ===================================
  4. #
  5. # This file is only to be used with the G8FSL modified version of JNOS
  6. # (as supplied with the NOS installation disk)
  7. #
  8. #****** MEMORY SETUP *****************************************************
  9. #
  10. mem debug off
  11. mem ibufs 1030
  12. mem nibufs 2
  13. mem garbagetime 1800
  14. watchdog on
  15. #
  16. # Turn off trace highlights (mga mode). If you switch this on, make sure
  17. # you have; device = c:\ansi.sys  in your config.sys file, and, put ansi.sys
  18. # in the root directory of your hard disk for simplicity.
  19. #
  20. traceshowme off
  21. #
  22. #******* DOMAIN SETUP ****************************************************
  23. #
  24. domain suffix ampr.org.
  25. domain cache size 6
  26. domain cache clean on
  27. domain translate on
  28. domain tracetranslate off
  29. domain addserver _HI_
  30. #
  31. #****** MISC SETUP ******************************************************
  32. #
  33. hostname _UC_
  34. ax25 mycall _UC_-5
  35. ip address [_UI_]
  36. multi on
  37. log /station.log
  38. motd "Hello. Please standby, the sysop has been alerted..."
  39. busymotd "Sorry, I'm not available at the moment but your call has been logged. 73"
  40. attend on
  41. password _MN_
  42. quiet off
  43. #
  44. #******* ATTACH LINE ****************************************************
  45. #
  46. _AT_
  47. #
  48. #******* AX.25 ***********************************************************
  49. #
  50. ax25 version 2
  51. ax25 maxframe 1 _PN_
  52. ax25 mycall _UC_-5
  53. ax25 paclen 256 _PN_
  54. ax25 retries 10
  55. ax25 irtt 2500
  56. ax25 t3 65000
  57. ax25 t4 300
  58. ax25 window 432 _PN_
  59. ax25 bctext "_UI_ _UL_"
  60. ax25 bcinterval 1800
  61. ax25 hsize 10 # ax25 heard list length
  62. #
  63. #
  64. #******* IP **************************************************************
  65. #
  66. ip hport _PN_
  67. ip hsize 20
  68. #
  69. #******* PARAMETERS FOR VHF **********************************************
  70. #
  71. param _PN_ txdelay  35
  72. param _PN_ persist  64
  73. param _PN_ slottime 1
  74. param _PN_ txtail   5
  75. param _PN_ 5        0
  76. param _PN_ 9 1 # if the tnc doesn't work ...
  77. param _PN_ 8 1
  78. #
  79. #******* IFCONFIG ********************************************************
  80. #
  81. ifconfig _PN_ broadcast uk
  82. ifconfig _PN_ descr "First _PT_ port"
  83. ifconfig _PN_ mtu 256
  84. ifconfig _PN_ window 432
  85. #
  86. #******* TIMERS **********************************************************
  87. #
  88. # These commands MUST come before the Start Protocol commands
  89. #
  90. ip ttl 20
  91. tcp mss 216
  92. tcp irtt 4000
  93. tcp window 432
  94. tcp blimit 10
  95. tcp timertype linear
  96. ftpt 900
  97. #
  98. #******* START PROTOCOLS ************************************************* 
  99. #
  100. start ftp
  101. start smtp
  102. start ttylink
  103. start telnet
  104. #start conver
  105. #start sysop
  106. #
  107. #******* ROUTING *********************************************************
  108. #
  109. source P:\r_air.lst
  110. #
  111. #******* ARP TABLE *******************************************************
  112. #
  113. source P:\arp.LST
  114. #
  115. #******* SMTP PARAMETERS *************************************************
  116. #
  117. smtp timer 900
  118. smtp mode route
  119. smtp maxclient 10
  120. smtp batch on
  121. smtp gateway _HC_
  122. #
  123. #******* POP 3 ***********************************************************
  124. # Your local hub may not supply POP3 in which case, change this to POP2
  125. #
  126. pop addserver _HC_ 3600 POP3 _UC_ _UC_ _MN_
  127. #
  128. #
  129. #******* NNTP ************************************************************
  130. # Polls for news between 00:30 am and 5.30 pm but not at peak times
  131. # once every 7200 seconds (2 hours).
  132. #nntp add _HC_ 7200 00:30-17:30 _HC_.*
  133. #
  134. #******* TRACE ***********************************************************
  135. #
  136. trace _PN_ 111
  137. #
  138. #******* TCP ACCESS COMMANDS *********************************************
  139. #
  140. tcp access default permit
  141. tcp access permit _UC_/32 4312 4312
  142. tcp access deny all 4312
  143. #
  144. #******* AT COMMANDS *****************************************************
  145. # AT certain times, you can set your nos to perform various functions.
  146. #
  147. # quiet on ... turns the beeps off.
  148. #at 0400 exit
  149. #at 0402 "quiet on"
  150. #at 0800 "quiet off"
  151. #at 2200 "quiet on"
  152. #
  153. #
  154. source P:\fkey.lst
  155. #
  156. #*************************************************************************
  157.